Post: [JTAG] All Jtag Scripts In One Thread
02-24-2010, 05:01 PM #1
Fionn
Banned
(adsbygoogle = window.adsbygoogle || []).push({}); This is Thanks To Xi Chocolate

All codes tested by Chocolate , And tested some myself

(These are the ones I haven't posted before here)

Give Weapons:

    self _giveWeapon("deserteaglegold_mp", 0);//Give the Gold Deagle
self _giveWeapon("defaultweapon_mp", 0);// Give the Default Weapon
self _giveWeapon("fal_akimbo_mp", 0);// Give the FAL Akimbos.
self _giveWeapon("m79_akimbo_mp", 0);// Give the Thumper Akimbos.
self _giveWeapon("flare_mp", 0);// Give The Tac Insertion Tube


This Code is my favourite as if you read the weapons , They're pretty sweet.

Write Text On Screen (small, bold):

    self iPrintlnBold("Text here");// You can color text the same way as you do your gamertag IE: "^1HI!" is HI!


Write Text On Screen (left side or where you see where people are killed):
    
self iPrintln("Text Here");


These next codes disable all kinds of things and can be edited very easily, You can read the code and see what they are:

    allowJump(false);
allowSprint(false);
allowADS(false);
allowStand(false);
allowCrouch(false);


Disable Using Weapons:

    self _disableWeapon();
self _disableOffhandWeapons();


Mabye my second favourite , Any killstreak you want at the start of a game. This is also easily edited

Give Any Killstreak At Spawn:

    self maps\mp\killstreaks\_killstreaks::giveKillstreak( "ac130", false );//give AC130
self maps\mp\killstreaks\_killstreaks::giveKillstreak( "sentry", false );// give Sentry Airdrop
self maps\mp\killstreaks\_killstreaks::giveKillstreak( "emp", false );// give EMP
self maps\mp\killstreaks\_killstreaks::giveKillstreak( "nuke", false );// give Nuke


MODList© eg. Give the mods to the people you want

    if(self.name == "Gamertag Here")
{

// if you want more then one:

if(self.name == "blah"
|| self.name == "other"
|| self.name == "blah2")
{ // do as many ||'s you want.

// if you want to put mods or commands for people who DONT have the mod:

if(self.name == "GT"
|| self.name == "GT2")
{
//mods here
}
else
{
// people NOT on the list mods/commands here
}


Last but not least , NO Recoil!

    self player_recoilScaleOn(0);


These are NOT all Jesters , Other people can find them too.


Thanks Fionn

The following 4 users say thank you to Fionn for this useful post:

Carbon0x, chris2k7sears, HSx9
02-24-2010, 05:02 PM #2
i dont no wat php codes r
02-24-2010, 05:03 PM #3
Fionn
Banned
Don't worry about the PHP bit , That's just to make it stand out

That's got nothing to do with it
02-24-2010, 05:12 PM #4
shiver
chaos personified
Is this a test to how many thank threads I can give to you in one day?
02-24-2010, 05:15 PM #5
Fionn
Banned
Might be? Haha

But If it's useful , Thank Them

These are useful for all Jtaggers , You being one of them
02-28-2010, 02:05 PM #6
Nice one, I am buying another xbox to jtag it soon and see if I can make it unbannable, ive seens some tuts around, these will be really helpful!
02-28-2010, 03:20 PM #7
ZingZong
Do a barrel roll!
How long does a JTAG Xbox360 last w/o getting banned?
02-28-2010, 03:37 PM #8
shiver
chaos personified
Originally posted by ZingZong View Post
How long does a JTAG Xbox360 last w/o getting banned?


2-4 hours... maybe more, maybe less.

Several people know how to avoid the automatic detection, but that information is not out int he wild.
03-20-2010, 06:05 PM #9
Hey i dont no how to do any of these coees and where do u put them???plz help i wanna hack badly but idk how!!!!!!!!!!!!!!!!!!!:(
03-20-2010, 08:00 PM #10
very nice, was waiting on you posting this :p +rep

Copyright © 2024, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo